home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / MENU.DCR / scripts_29.ls < prev    next >
Encoding:
Text File  |  1999-09-16  |  713 b   |  20 lines

  1. on enterFrame
  2.   set startBalls to 4
  3.   set reseauBall to startBalls
  4.   set supportBall to startBalls + 1
  5.   set revnumBall to startBalls + 2
  6.   set convergMediaBall to startBalls + 3
  7.   set inforouteChezVousBall to startBalls + 4
  8.   set serviceReseauxBall to startBalls + 5
  9.   set genealogieInforouteBall to startBalls + 6
  10.   set the ink of sprite reseauBall to 37
  11.   set the ink of sprite supportBall to 37
  12.   set the ink of sprite revnumBall to 37
  13.   set the ink of sprite convergMediaBall to 37
  14.   set the ink of sprite inforouteChezVousBall to 37
  15.   set the ink of sprite serviceReseauxBall to 37
  16.   set the ink of sprite genealogieInforouteBall to 37
  17.   depuppetize(reseauBall, genealogieInforouteBall)
  18.   updateStage()
  19. end
  20.